home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 2
/
Gold Medal Software Volume 2 (Gold Medal) (1994).iso
/
windows
/
win31
/
macsyma.arj
/
MACSDEMO.EXE
/
SUM.OUT
< prev
next >
Wrap
Text File
|
1993-09-13
|
707b
|
23 lines
(c1) simpsum:true$
(c2) sum(i,i,0,n);
C:\MACSD2B\library1\combin.fas being loaded.
|$label(0,15,Times New Roman,$(d2$))$q(n$in( )$paren(n$in( + )1,$(,$)),2)
(c3) sum(a*r^i,i,0,m);
|$label(0,15,Times New Roman,$(d3$))$q(a$in( )$paren($sup(r,m$in( + )1)$in( - )1,$(,$)),r$in( - )1)
(c4) sum(i^(-8),i,1,inf);
C:\MACSD2B\library1\binoml.fas being loaded.
|$label(0,15,Times New Roman,$(d4$))$q($sup($greektext(p),8),9450)
(c5) sum(i^(-2),i,1,inf);
|$label(0,15,Times New Roman,$(d5$))$q($sup($greektext(p),2),6)
(c6) sum((1/3)^i+(1/5)^i,i,0,inf);
|$label(0,15,Times New Roman,$(d6$))$q(11,4)
(c7) /* Do DEMO(NUSUM); to see a more powerful summation command. */
reset(simpsum)$